Search
AxisRenderer.setTitleFontStyle Method
See Also
 






Sets the style of font that should be used to draw the axis Title.

Namespace: com.mindfusion.charting
File: com.mindfusion.charting

 Syntax

Java  Copy Code

public void setTitleFontStyle (
    EnumSet<FontStyle> value
)

 Parameters

value

One or more values of the FontStyle enumeration.

 See Also